home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
pathtl23.zip
/
EXAMPLES.ZIP
/
SET-NOCL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-03
|
586b
|
19 lines
echo .
echo Removing all compiler directories from PATH and removing variables.
REM The following lines can be combined with a registered version of PathTool
pathtool /NP /NT /D d:\mc510\bin
pathtool /NP /NT /D d:\mc600a\bin
pathtool /NP /NT /D d:\mc700\bin
pathtool /NP /NT /D d:\msvc10\bin
pathtool /NP /NT /D d:\msvc15\bin
pathtool /NP /NT /D d:\bc20\bin
pathtool /NP /NT /D d:\bc30\bin
pathtool /NP /NT /D d:\bc31\bin
pathtool /NP /NT /D d:\bc40\bin
echo .
echo Removing all MicroSoft compiler environment variables.
set helpfiles=
set include=
set init=
set lib=